:root{--navbar-height:76px}body{padding-top:var(--navbar-height)}#mainNavbar{position:fixed;top:0;left:0;z-index:9999;display:flex;align-items:center;width:100%;min-height:var(--navbar-height);padding:0 5%;border-bottom:1px solid var(--border);background:rgba(17,17,17,.96);box-shadow:0 8px 28px rgba(0,0,0,.18);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);transition:background .3s ease,border-color .3s ease,box-shadow .3s ease}body.light-mode #mainNavbar{background:rgba(255,255,255,.96)}#mainNavbar .logo{display:inline-flex;align-items:center;flex:0 0 auto;margin-right:24px;color:var(--text-primary);text-decoration:none}#mainNavbar .logo img{display:block;width:auto;max-width:170px;height:45px;object-fit:contain}#mainNavbar .nav-links{display:flex;align-items:center;justify-content:center;flex:1;gap:clamp(20px,2.2vw,40px);margin:0;padding:0;list-style:none}#mainNavbar .nav-links li{display:flex;align-items:center;margin:0;padding:0}#mainNavbar .nav-links a{position:relative;display:inline-flex;align-items:center;padding:8px 0;color:var(--text-secondary);font-size:14px;font-weight:500;line-height:1.4;white-space:nowrap;text-decoration:none;transition:color .25s ease}#mainNavbar .nav-links a::after{content:"";position:absolute;bottom:2px;left:0;width:0;height:2px;border-radius:999px;background:var(--green-profit);transition:width .25s ease}#mainNavbar .nav-links a:hover,#mainNavbar .nav-links a.active{color:var(--green-profit)}#mainNavbar .nav-links a:hover::after,#mainNavbar .nav-links a.active::after{width:100%}#mainNavbar .nav-login{color:var(--green-profit)!important;font-weight:700!important}#navLoginItem[hidden]{display:none!important}#mainNavbar .nav-right{display:flex;align-items:center;justify-content:flex-end;flex:0 0 auto;gap:13px;margin-left:24px}#mainNavbar .theme-toggle{position:relative;display:inline-flex;align-items:center;width:52px;height:28px;flex:0 0 52px;padding:0 4px;border:1px solid var(--border);border-radius:999px;background:var(--bg-card);cursor:pointer;transition:border-color .25s ease,background .25s ease,box-shadow .25s ease}#mainNavbar .theme-toggle:hover{border-color:var(--green-profit);box-shadow:0 0 18px var(--green-glow)}#mainNavbar .toggle-slider{position:absolute;left:4px;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:var(--green-profit);color:var(--bg-primary);transition:left .35s ease,background .35s ease}body.light-mode #mainNavbar .toggle-slider{left:27px;background:#f59e0b}#mainNavbar .toggle-icon{font-size:10px}#mainNavbar .cart-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;flex:0 0 42px;border:1px solid var(--border);border-radius:50%;background:var(--bg-card);color:var(--text-primary);text-decoration:none;box-shadow:0 7px 18px var(--shadow);transition:color .25s ease,background .25s ease,border-color .25s ease,transform .25s ease,box-shadow .25s ease}#mainNavbar .cart-icon:hover{border-color:var(--green-profit);background:var(--green-glow);color:var(--green-profit);box-shadow:0 0 20px var(--green-glow);transform:translateY(-2px)}#mainNavbar .cart-icon>i{position:static;color:inherit;font-size:18px;line-height:1;transform:none}#mainNavbar .cart-icon .count{position:absolute;top:-5px;right:-4px;display:inline-flex;align-items:center;justify-content:center;min-width:19px;height:19px;padding:0 5px;border:2px solid var(--bg-secondary);border-radius:999px;background:var(--green-profit);color:#fff;font-size:9px;font-weight:800;line-height:1}#mainNavbar .profile-avatar-link{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;flex:0 0 42px;padding:2px;border:2px solid var(--green-profit);border-radius:50%;background:var(--bg-card);box-shadow:0 0 0 3px var(--green-glow),0 7px 18px var(--shadow);text-decoration:none;transition:transform .25s ease,box-shadow .25s ease}#mainNavbar .profile-avatar-link:hover{box-shadow:0 0 0 5px var(--green-glow),0 9px 22px var(--shadow);transform:translateY(-2px)}#mainNavbar .profile-avatar-link[hidden]{display:none!important}#mainNavbar .signout-img{display:block;width:100%;height:100%;border-radius:50%;background:var(--bg-hover);object-fit:cover}#mainNavbar .nav-cta{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 20px;border:1px solid var(--green-profit);border-radius:999px;background:var(--green-profit);color:#fff;font-size:14px;font-weight:700;line-height:1;white-space:nowrap;text-decoration:none;transition:color .25s ease,background .25s ease,border-color .25s ease,box-shadow .25s ease,transform .25s ease}#mainNavbar .nav-cta:hover{background:transparent;color:var(--green-profit);box-shadow:0 0 20px var(--green-glow);transform:translateY(-2px)}#mainNavbar .nav-cta.is-logout{border-color:#ef4444;background:#ef4444;color:#fff}#mainNavbar .nav-cta.is-logout:hover{background:transparent;color:#ef4444;box-shadow:0 9px 25px rgba(239,68,68,.2)}#mainNavbar .nav-cta.is-loading{pointer-events:none;opacity:.65}#mainNavbar .mobile-menu{display:none;align-items:center;justify-content:center;width:42px;height:42px;flex:0 0 42px;margin-left:11px;padding:0;border:1px solid var(--border);border-radius:11px;background:var(--bg-card);color:var(--text-primary);font-size:20px;cursor:pointer;transition:color .25s ease,background .25s ease,border-color .25s ease}#mainNavbar .mobile-menu:hover{border-color:var(--green-profit);background:var(--green-glow);color:var(--green-profit)}@media(max-width:1050px){:root{--navbar-height:72px}#mainNavbar{padding:0 20px}#mainNavbar .logo{margin-right:auto}#mainNavbar .logo img{max-width:145px;height:41px}#mainNavbar .nav-right{gap:9px;margin-left:auto}#mainNavbar .mobile-menu{display:inline-flex}#mainNavbar .nav-links{position:absolute;top:calc(100% + 1px);left:16px;right:16px;display:flex;align-items:stretch;flex-direction:column;gap:3px;max-height:0;margin:0;padding:0 16px;overflow:hidden;border:1px solid transparent;border-radius:0 0 18px 18px;background:var(--bg-secondary);box-shadow:none;opacity:0;visibility:hidden;transform:translateY(-12px);transition:max-height .35s ease,padding .35s ease,opacity .25s ease,visibility .25s ease,transform .35s ease,border-color .25s ease}#mainNavbar .nav-links.active{max-height:calc(100vh - var(--navbar-height) - 20px);padding-top:14px;padding-bottom:14px;overflow-y:auto;border-color:var(--border);box-shadow:0 22px 45px rgba(0,0,0,.28);opacity:1;visibility:visible;transform:translateY(0)}#mainNavbar .nav-links li{display:block;width:100%}#mainNavbar .nav-links a{display:flex;align-items:center;width:100%;min-height:47px;padding:0 14px;border-radius:10px;font-size:15px;font-weight:600}#mainNavbar .nav-links a::after{display:none}#mainNavbar .nav-links a:hover,#mainNavbar .nav-links a.active{background:var(--green-glow);color:var(--green-profit)}#mainNavbar .nav-login{border:1px solid rgba(5,150,105,.3);background:var(--green-glow)}}@media(max-width:767.98px){#mainNavbar{padding:0 12px}#mainNavbar .logo{margin-right:8px}#mainNavbar .logo img{max-width:125px;height:37px}#mainNavbar .nav-right{gap:7px}#mainNavbar .theme-toggle{width:44px;height:25px;flex-basis:44px}#mainNavbar .toggle-slider{width:17px;height:17px}body.light-mode #mainNavbar .toggle-slider{left:22px}#mainNavbar .cart-icon,#mainNavbar .profile-avatar-link{width:37px;height:37px;flex-basis:37px}#mainNavbar .cart-icon>i{font-size:16px}#mainNavbar .cart-icon .count{top:-5px;right:-4px;min-width:18px;height:18px;font-size:8px}#mainNavbar .nav-cta{min-height:38px;padding:0 13px;font-size:12px}#mainNavbar .mobile-menu{width:38px;height:38px;flex-basis:38px;margin-left:1px;font-size:18px}#mainNavbar .nav-links{left:10px;right:10px;border-radius:0 0 15px 15px}}@media(max-width:480px){#mainNavbar{padding:0 10px}#mainNavbar .logo img{max-width:108px;height:34px}#mainNavbar .nav-right{gap:6px}#mainNavbar .cart-icon,#mainNavbar .profile-avatar-link{width:36px;height:36px;flex-basis:36px}#mainNavbar .nav-cta{min-height:36px;padding:0 11px;font-size:11px}#mainNavbar .mobile-menu{width:36px;height:36px;flex-basis:36px;font-size:17px}}@media(max-width:360px){#mainNavbar .logo img{max-width:96px}#mainNavbar .nav-right{gap:4px}#mainNavbar .nav-cta{padding:0 9px}#mainNavbar .profile-avatar-link{display:none}#mainNavbar .profile-avatar-link[hidden]{display:none!important}}body.mobile-menu-open{overflow:hidden}#mainNavbar a:focus-visible,#mainNavbar button:focus-visible{outline:3px solid var(--green-glow);outline-offset:3px}@media(prefers-reduced-motion:reduce){#mainNavbar *,#mainNavbar *::before,#mainNavbar *::after{transition-duration:.01ms!important}}.breadcrumb{justify-content:center}.hero,.hero-content,.hero-text,.hero-image{min-width:0}.hero{width:100%;overflow:hidden}.hero-content{width:100%}.hero-text{width:100%}.hero-text h1,.hero-guji{overflow-wrap:anywhere;word-break:normal}.hero-text h1{font-size:clamp(2.2rem,5vw,3.2rem)}.hero-image img{display:block;width:min(100%,400px);height:auto;aspect-ratio:5/6;object-fit:cover;object-position:center top}.hero-image::before{pointer-events:none;z-index:-1}.hero-image{isolation:isolate}@media(max-width:991.98px){.hero{min-height:auto;padding:7rem 4% 4rem}.hero-content{max-width:760px;grid-template-columns:1fr;gap:4rem}.hero-text{text-align:center}.hero-text h3{justify-content:center}.hero-text h1{max-width:700px;margin-right:auto;margin-left:auto}.hero-guji{max-width:680px;margin-right:auto;margin-left:auto;text-align:left}.hero-btns{justify-content:center}.hero-image{width:100%;max-width:520px;margin:0 auto}.hero-image img{width:100%;max-width:440px}.badge-1{right:0}.badge-2{left:0}}@media(max-width:767.98px){.hero{min-height:auto;padding:6rem 16px 3.5rem}.hero::before{top:-150px;right:-260px;width:520px;height:520px}.hero-content{grid-template-columns:minmax(0,1fr);gap:3rem}.hero-text{order:1;text-align:center}.hero-image{order:2;width:100%;max-width:430px;margin:0 auto;padding:0 8px 30px}.hero-text h1{max-width:100%;margin-bottom:1.25rem;font-size:clamp(2rem,9vw,2.65rem);line-height:1.08;letter-spacing:-.5px}.hero-text h1 .highlight{display:block;margin-top:6px}.hero-guji{display:flex;align-items:flex-start;gap:8px;width:100%;max-width:100%;margin-bottom:.9rem;color:var(--text-secondary);font-size:.95rem;line-height:1.75;text-align:left}.hero-guji i{flex:0 0 auto;margin-top:7px!important;margin-right:0!important}.hero-btns{display:grid;grid-template-columns:1fr 1fr;gap:10px;width:100%;margin-top:1.5rem}.hero-btns .btn-primary,.hero-btns .btn-secondary{width:100%;min-height:50px;padding:0 16px;justify-content:center;font-size:.9rem;white-space:nowrap}.hero-image img{width:100%;max-width:100%;height:auto;aspect-ratio:4/5;border-width:2px;border-radius:18px}.hero-image::before{inset:-8px 0 20px;border-width:1px;border-radius:22px;opacity:.22}.floating-badge{padding:.75rem .9rem;gap:.55rem;border-radius:12px;box-shadow:0 8px 22px var(--shadow)}.floating-badge i{font-size:1.1rem}.floating-badge .badge-text{font-size:.7rem;line-height:1.3}.floating-badge .badge-text strong{font-size:.9rem}.badge-1{top:18px;right:0;left:auto}.badge-2{right:0;bottom:0;left:auto}}@media(max-width:480px){.hero{padding:5.5rem 12px 3rem}.hero-content{gap:2.5rem}.hero-text h1{font-size:clamp(1.75rem,9vw,2.2rem)}.hero-guji{font-size:.88rem;line-height:1.7}.hero-btns{grid-template-columns:1fr}.hero-btns .btn-primary,.hero-btns .btn-secondary{min-height:48px}.hero-image{padding-right:4px;padding-bottom:24px;padding-left:4px}.hero-image img{aspect-ratio:1/1.25;border-radius:15px}.floating-badge{position:static;width:calc(50% - 5px);min-height:58px;margin-top:10px;animation:none}.hero-image{display:flex;flex-wrap:wrap;justify-content:space-between}.hero-image img{flex:0 0 100%}.badge-1,.badge-2{inset:auto}}@media(max-width:360px){.hero{padding-right:10px;padding-left:10px}.hero-text h1{font-size:1.65rem}.hero-guji{font-size:.84rem}.floating-badge{width:100%}}@media(prefers-reduced-motion:reduce){.hero::before,.hero-image::before,.floating-badge{animation:none!important}}.course-image-link{display:block;width:100%;height:100%;text-decoration:none}.course-cover-image{display:block;width:100%;height:100%;min-height:330px;border-radius:inherit;object-fit:cover;transition:transform .35s ease,filter .35s ease}.course-image-link:hover .course-cover-image{transform:scale(1.025);filter:brightness(1.06)}.course-description{margin-top:22px}.course-description .course-bullets{margin-bottom:0}.courses-loading,.courses-empty,.courses-error{display:flex;align-items:center;justify-content:center;gap:10px;min-height:220px;padding:30px;color:var(--text-secondary);font-size:16px;font-weight:600;text-align:center}.courses-error{color:#ef4444}.cv-no-price{grid-column:1/-1;padding:25px;border:1px dashed var(--border);border-radius:12px;color:var(--text-muted);text-align:center}@media(max-width:767px){.course-cover-image{min-height:220px}}@media(max-width:1100px){.courses{padding:5rem 4%}.courses-list{max-width:850px;gap:4.5rem}.course-block{grid-template-columns:1fr;gap:2.5rem}.course-block.reverse .course-video,.course-block.reverse .course-details{order:initial}.course-video{position:relative;top:auto;max-width:760px;margin:0 auto}.course-details{gap:1.5rem}.course-divider{margin-bottom:-1.5rem}}@media(max-width:767.98px){.courses{padding:4rem 16px}.courses-list{gap:3.5rem}.course-divider{margin-bottom:-1.5rem}.divider-bar{gap:10px}.divider-bar span{padding:7px 12px;font-size:10px}.course-block{display:flex;flex-direction:column;gap:2rem}.course-block.reverse .course-video,.course-block.reverse .course-details{order:initial}.course-video{position:relative;top:auto;width:100%;aspect-ratio:16/9;border-radius:14px;box-shadow:0 12px 30px var(--shadow)}.course-cover-image{width:100%;height:100%;min-height:0;object-fit:cover}.course-details{gap:1.4rem}.course-head{gap:.8rem}.course-badge{padding:8px 12px;font-size:.78rem;letter-spacing:1.1px}.course-head h3{font-size:clamp(1.65rem,7vw,2rem);line-height:1.15}.feature-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.feature-card{display:flex;flex-direction:column;justify-content:center;gap:10px;min-height:145px;padding:16px 10px;text-align:center;border-radius:14px}.feature-card:hover{transform:none}.feature-icon-box{flex:0 0 42px;width:42px;height:42px;margin:0 auto;font-size:16px}.feature-num{font-size:1.2rem;line-height:1.2}.feature-label{font-size:.72rem;line-height:1.35}.course-description{font-size:.92rem;line-height:1.7}.course-description ul,.course-description ol{padding-left:1.2rem}.course-bullets{grid-template-columns:1fr;gap:.5rem;padding:0}.course-bullets li{padding:.35rem 0 .35rem 1.35rem;font-size:.9rem;line-height:1.65}.course-bullets li::before{top:.85rem;width:7px;height:7px}.cv-pricing-wrap{width:100%}.cv-cards-row{grid-template-columns:1fr;gap:14px}.cv-bottom-row{display:flex;flex-direction:column;align-items:stretch;gap:14px}.cv-divider{width:100%;height:1px}.cv-btn-join{width:100%;min-height:50px;justify-content:center;text-align:center}.cv-coupon-box{width:100%}.courses-loading,.courses-empty,.courses-error{min-height:180px;padding:24px 15px;font-size:14px}}@media(max-width:480px){.courses{padding:3.5rem 12px}.courses-list{gap:3rem}.course-block{gap:1.6rem}.course-video{border-radius:12px}.course-details{gap:1.25rem}.course-head h3{font-size:1.6rem}.feature-cards{gap:10px}.feature-card{min-height:135px;padding:14px 8px}.feature-num{font-size:1.1rem}.feature-label{font-size:.68rem}.course-description{font-size:.88rem}}@media(max-width:360px){.feature-cards{grid-template-columns:1fr}.feature-card{flex-direction:row;justify-content:flex-start;min-height:92px;padding:14px;text-align:left}.feature-icon-box{margin:0}.feature-num{font-size:1.15rem}}@media(prefers-reduced-motion:reduce){.course-cover-image,.feature-card{transition:none!important}.course-image-link:hover .course-cover-image,.feature-card:hover{transform:none!important}}@media(max-width:991.98px){.about{padding:5rem 4%}.about-grid{grid-template-columns:1fr;gap:4rem;max-width:760px}.about-image{position:relative;top:auto;width:100%;max-width:560px;margin:0 auto}.about-image img{max-width:100%}.experience-badge{right:20px;bottom:-25px}.about-content{text-align:left}.vision-mission{gap:1.25rem}}@media(max-width:767.98px){.about{padding:4rem 18px}.about-grid{grid-template-columns:minmax(0,1fr);gap:3.5rem}.about-image{width:100%;max-width:100%;padding-bottom:32px}.about-image img{width:100%;max-width:100%;height:auto;aspect-ratio:4/5;border-radius:16px}.experience-badge{right:14px;bottom:4px;min-width:138px;padding:1rem 1.2rem;border-radius:14px;font-size:.8rem;line-height:1.35}.experience-badge .years{font-size:2rem}.about-content{text-align:left}.about-content .about-eyebrow{margin-bottom:.55rem;font-size:.78rem;letter-spacing:2.5px}.about-content h2{margin-bottom:.8rem;font-size:2.15rem}.about-subhead{margin-bottom:1.25rem;font-size:1.08rem;line-height:1.5}.about-content p{margin-bottom:1.25rem;font-size:.98rem;line-height:1.75}.why-title{margin:2rem 0 .8rem;padding-left:.8rem;font-size:1.3rem}.why-list{margin:0 0 1.5rem;padding:0}.why-list li{padding:.85rem 0 .85rem 1.75rem;font-size:.94rem;line-height:1.65}.why-list li:hover{padding-left:1.75rem}.why-list li::before{top:.95rem}.vision-mission{grid-template-columns:1fr;gap:1rem;margin:1.75rem 0}.vm-card{padding:1.5rem;border-radius:16px}.vm-card:hover{transform:none}.vm-icon{width:46px;height:46px;margin-bottom:.85rem}.vm-card h4{font-size:1.18rem}.vm-card p{font-size:.92rem;line-height:1.65}.about-stats{grid-template-columns:1fr;gap:.9rem;margin-top:1.5rem}.about-stat{padding:1.25rem;border-radius:13px}.about-stat:hover{transform:none}}@media(max-width:480px){.about{padding:3.5rem 14px}.about-grid{gap:3rem}.about-image{padding-bottom:26px}.about-image img{aspect-ratio:1/1.25;border-width:1px;border-radius:14px}.experience-badge{right:10px;bottom:2px;min-width:125px;padding:.85rem 1rem;font-size:.74rem}.experience-badge .years{font-size:1.75rem}.about-content h2{font-size:1.9rem}.about-subhead{font-size:1rem}.about-content p{font-size:.93rem;line-height:1.7}.vm-card{padding:1.3rem}.about-stat .number{font-size:1.55rem}}